Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 - #4526

Merged
chrisgacsal merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3
Jun 17, 2026
Merged

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3#4526
chrisgacsal merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6.0.2 to 6.0.3.

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file dependency/github_actions Pull requests that update GitHub Actions code release-note/ignore Ignore this change when generating release notes labels Jun 15, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 15, 2026 05:04
@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file dependency/github_actions Pull requests that update GitHub Actions code release-note/ignore Ignore this change when generating release notes labels Jun 15, 2026
@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a routine Dependabot dependency update bumping actions/checkout from v6.0.2 to v6.0.3 across all 12 GitHub Actions workflow files. The change is purely mechanical — only the pinned SHA and version comment are updated on each uses: line.

  • SHA update: All occurrences of actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd are replaced with actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10, corresponding to v6.0.3, which fixes SHA-256 repository checkout init and expands the merge commit SHA regex.
  • Security posture unchanged: All workflow steps continue to use full commit-SHA pinning and persist-credentials: false, maintaining the existing supply-chain security controls.

Confidence Score: 5/5

Safe to merge — all changes are identical one-line SHA and version-comment updates with no workflow logic touched.

Every changed line swaps one pinned commit SHA for another on the same actions/checkout action. No workflow triggers, job conditions, step logic, or secrets handling are modified. The v6.0.3 release contains only bug fixes for SHA-256 repository support and merge commit regex expansion, with no breaking changes.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yaml Bumps actions/checkout SHA from v6.0.2 to v6.0.3 across 11 job steps; no logic changes.
.github/workflows/release.yaml Bumps actions/checkout SHA to v6.0.3 in 4 job steps; no logic changes.
.github/workflows/security.yaml Bumps actions/checkout SHA to v6.0.3 in 3 job steps; no logic changes.
.github/workflows/artifacts.yaml Bumps actions/checkout SHA to v6.0.3 in 2 job steps; no logic changes.
.github/workflows/untrusted-artifacts.yaml Bumps actions/checkout SHA to v6.0.3 in 2 job steps; no logic changes.
.github/workflows/aip-npm-release.yaml Bumps actions/checkout SHA to v6.0.3 in 1 job step; no logic changes.
.github/workflows/analysis-scorecard.yaml Bumps actions/checkout SHA to v6.0.3 in 1 job step; no logic changes.
.github/workflows/codeql-go.yaml Bumps actions/checkout SHA to v6.0.3 in 1 job step; no logic changes.
.github/workflows/codeql.yml Bumps actions/checkout SHA to v6.0.3 in 1 job step; no logic changes.
.github/workflows/npm-release.yaml Bumps actions/checkout SHA to v6.0.3 in 1 job step; no logic changes.
.github/workflows/pr-checks.yaml Bumps actions/checkout SHA to v6.0.3 in 1 job step; no logic changes.
.github/workflows/sdk-python-dev-release.yaml Bumps actions/checkout SHA to v6.0.3 in 1 job step; no logic changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot PR] --> B[actions/checkout v6.0.2\nSHA: de0fac2e...]
    B -->|bump| C[actions/checkout v6.0.3\nSHA: df4cb1c0...]
    C --> D[12 workflow files updated]
    D --> E[ci.yaml\n11 steps]
    D --> F[release.yaml\n4 steps]
    D --> G[security.yaml\n3 steps]
    D --> H[artifacts.yaml\n2 steps]
    D --> I[untrusted-artifacts.yaml\n2 steps]
    D --> J[Other 7 workflows\n1 step each]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump actions/checkout from ..." | Re-trigger Greptile

@chrisgacsal
chrisgacsal merged commit 43b0eda into main Jun 17, 2026
27 of 29 checks passed
@chrisgacsal
chrisgacsal deleted the dependabot/github_actions/actions/checkout-6.0.3 branch June 17, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file dependency/github_actions Pull requests that update GitHub Actions code release-note/ignore Ignore this change when generating release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant